GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-13T22:02:05.5065937+00:00",
"SubmitDate": "2026-01-13T22:02:05.5065937+00:00",
"ReportPeriodStart": "2026-01-13T22:02:05.5065937+00:00",
"ReportPeriodEnd": "2026-01-13T22:02:05.5065937+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "357a46f2-b1dc-4cf8-8459-6bfe797980b7",
"Rows": [
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "357a46f2-b1dc-4cf8-8459-6bfe797980b7",
"Rows": [
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a677ed14-b0d3-4354-9d8f-cbf13ece0988",
"990f1938-1943-441a-a14d-7878b456c78d"
],
"Approvers": [
"e741b19b-06ca-4200-b3df-c1c1c59cc1c8",
"6763fcf7-5771-49ba-86aa-34ea3b1c5bf2"
],
"ApprovedBy": "a369ce48-3935-4f82-9edd-2e0083273f09",
"ApprovalDate": "2026-01-13T22:02:05.52222+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dfc56abd-67d6-4bf3-b301-e33a76bf9c60",
"id": "26f0363a-eb71-485a-a7a5-180645112f6b",
"ConfigId": "3fde2f74-2ccb-4f72-af10-ca1a75bc90ba"
},
{
"GenerationDate": "2026-01-13T22:02:05.5065937+00:00",
"SubmitDate": "2026-01-13T22:02:05.5065937+00:00",
"ReportPeriodStart": "2026-01-13T22:02:05.5065937+00:00",
"ReportPeriodEnd": "2026-01-13T22:02:05.5065937+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "357a46f2-b1dc-4cf8-8459-6bfe797980b7",
"Rows": [
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "357a46f2-b1dc-4cf8-8459-6bfe797980b7",
"Rows": [
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8accd0b4-ae11-4f27-b38d-157ad6ac4318",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a677ed14-b0d3-4354-9d8f-cbf13ece0988",
"990f1938-1943-441a-a14d-7878b456c78d"
],
"Approvers": [
"e741b19b-06ca-4200-b3df-c1c1c59cc1c8",
"6763fcf7-5771-49ba-86aa-34ea3b1c5bf2"
],
"ApprovedBy": "a369ce48-3935-4f82-9edd-2e0083273f09",
"ApprovalDate": "2026-01-13T22:02:05.52222+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "dfc56abd-67d6-4bf3-b301-e33a76bf9c60",
"id": "26f0363a-eb71-485a-a7a5-180645112f6b",
"ConfigId": "3fde2f74-2ccb-4f72-af10-ca1a75bc90ba"
}
]